Uses of Class
org.eclipse.vtp.framework.engine.runtime.Sequence

Packages that use Sequence
org.eclipse.vtp.framework.engine.runtime   
 

Uses of Sequence in org.eclipse.vtp.framework.engine.runtime
 

Methods in org.eclipse.vtp.framework.engine.runtime that return Sequence
 Sequence Sequence.next()
          Executes the next executable.
 

Methods in org.eclipse.vtp.framework.engine.runtime with parameters of type Sequence
protected  java.lang.Object Executable.createInstance(Sequence sequence)
          Creates a new instance of the executable component.
 Executable Observer.execute(Sequence sequence)
           
abstract  Executable Executable.execute(Sequence sequence)
          Creates and executes an instance of this executable.
 Executable Action.execute(Sequence sequence)